2006-04-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcellrenderertext.c (get_size): Use _static variants when
copying and merging short-lived Pango layouts. (#340033, Morten Welinder)
+2006-04-28 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkcellrenderertext.c (get_size): Use _static variants when
+ copying and merging short-lived Pango layouts. (#340033, Morten Welinder)
+
2006-04-28 Behdad Esfahbod <behdad@gnome.org>
* gtk/gtkwidget.c (gtk_widget_create_pango_layout): Fix typo in
+2006-04-28 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkcellrenderertext.c (get_size): Use _static variants when
+ copying and merging short-lived Pango layouts. (#340033, Morten Welinder)
+
2006-04-28 Behdad Esfahbod <behdad@gnome.org>
* gtk/gtkwidget.c (gtk_widget_create_pango_layout): Fix typo in
PangoFontDescription *font_desc;
gint row_height;
- font_desc = pango_font_description_copy (widget->style->font_desc);
- pango_font_description_merge (font_desc, celltext->font, TRUE);
+ font_desc = pango_font_description_copy_static (widget->style->font_desc);
+ pango_font_description_merge_static (font_desc, celltext->font, TRUE);
if (celltext->scale_set)
pango_font_description_set_size (font_desc,